;***************************************************************************** ; ; Name: w200obx2.inf ; ; Function: ; Install the Sony Ericsson W200 USB WMC OBEX Interface on Win2000/XP ; ; Copyright (c) 1997-2005 MCCI ; ; MCCI is a registered trademark of Moore Computer Consultants, Inc ; ; NOTICE: This software is licensed, not sold. Any modification of this ; inf file to change the reference to an operating system or to change the ; reference to a device is not permitted unless authorized in writing by ; Moore Computer Consultants, Inc. ; ;***************************************************************************** [Version] signature="$WINDOWS NT$" Class=Ports ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} Provider=%Provider% DriverVer=10/24/2006, 4.34.0.2705 CatalogFile=w200obex.cat [ControlFlags] ExcludeFromSelect = * [SourceDisksNames] ; diskid = description[, [tagfile] [, , subdir]] 1=%DiskString%,"w200obex.sys",, [SourceDisksFiles] ; filename = diskid[,[ subdir][, size]] w200obex.sys = 1 w200cmnt.sys = 1 ;----------------------------------------------------------------------------- ; Specify target paths... ;----------------------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 12 ; system32\drivers ;----------------------------------------------------------------------------- ; Table of Contents ;----------------------------------------------------------------------------- [Manufacturer] %Sony Ericsson%=semcw200 ;----------------------------------------------------------------------------- ; Device-by-device entries ;----------------------------------------------------------------------------- [semcw200] %semcw200.Comm.Desc% = semcw200.Install, USB\VID_0fce&PID_d090&Class_02&SubClass_0B&Prot_00&OS_NT %semcw200.Comm.Desc% = semcw200.Install, USB\VID_0fce&PID_d090&Class_02&SubClass_0B&Prot_00&OS_NT ;----------------------------------------------------------------------------- ; Installation instructions ;----------------------------------------------------------------------------- [semcw200.Install.nt] AddReg = semcw200.AddReg,semcw200.NT.AddReg CopyFiles = CopyFiles, CopyFiles.Win2K ;----------------------------------------------------------------------------- ; Registry ;----------------------------------------------------------------------------- ; common registry entries [semcw200.AddReg] HKR,,NTMPDriver,,w200obex.sys HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00 HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200``nitial baud rate HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit ; only for NT... [semcw200.NT.AddReg] HKR,,PortSubClass,1,01 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" ;----------------------------------------------------------------------------- ; Copy lists ;----------------------------------------------------------------------------- [CopyFiles] [CopyFiles.Win2K] w200obex.sys w200cm.sys,w200cmnt.sys w200cmnt.sys ;----------------------------------------------------------------------------- ; NT Services installation ;----------------------------------------------------------------------------- [semcw200.Install.NT.Services] AddService = w200obex, 0x00000002, semcw200.Install.AddService [semcw200.Install.AddService] DisplayName = %semcw200.Service.Name% Description = %semcw200.Service.Desc% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_DEMAND_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\w200obex.sys ;----------------------------------------------------------------------------- ; STRINGS ;----------------------------------------------------------------------------- [Strings] ;<> ;BEGIN ENG - US English Strings Provider = "Sony Ericsson" Sony Ericsson = "Sony Ericsson" DiskString = "Sony Ericsson W200 USB WMC OBEX Interface installation disk" semcw200.Comm.Desc = "Sony Ericsson W200 USB WMC OBEX Interface" semcw200.Service.Name = "Sony Ericsson W200 USB WMC OBEX Interface" semcw200.Service.Desc = "Sony Ericsson W200 USB WMC OBEX Interface" CustomerDataPath = "Sony Ericsson W200" DriverSet = "Sony Ericsson W200 Software" UninstallFile = "W200Uninstall.exe" McciOptions = "Uninstallable" ;END ENG - US English Strings ;----------------------------------------------------------------------------- ; The following are symbolic constants which don't change per locale. ;----------------------------------------------------------------------------- ;*** end of file ***